Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / IOpenXml<T> Interface / CanExport Method
An ExportContext object indicates the export context.


In This Topic
    CanExport Method
    In This Topic
    Determines whether this object can be exported to OpenXml format.
    Syntax
    'Declaration
     
    
    Function CanExport( _
       ByVal context As ExportContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOpenXml(Of T)
    Dim context As ExportContext
    Dim value As Boolean
     
    value = instance.CanExport(context)
    bool CanExport( 
       ExportContext context
    )

    Parameters

    context
    An ExportContext object indicates the export context.

    Return Value

    true if this object can be exported to OpenXml format; otherwise, false.
    See Also